|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An instance of this interface allows clients to manage command handlers.
This interface is not intended to be extended or implemented by clients.
EXPERIMENTAL
CommandHandlerServiceFactory
Method Summary | |
void |
setHandlersByCommandId(Map handlersByCommandId)
Returns the map of handlers by command identifier. |
Methods inherited from interface org.eclipse.ui.commands.ICommandHandlerService |
addCommandHandlerServiceListener, getHandlersByCommandId, removeCommandHandlerServiceListener |
Method Detail |
public void setHandlersByCommandId(Map handlersByCommandId)
Notification is sent to all registered listeners if this property changes.
null
.
If this map is not empty, its key set must only contain
instances of String
and its value set must only
contain instances of IHandler
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |